home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / lynxlib.zoo / colsw.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-09-17  |  223 b   |  7 lines

  1. /*
  2. An PAL_TRANS is a translation table for colsw().  If newpal is the
  3. PAL_TRANS & pal is the PALETTE, then pal[newpal[n]] = pal[n].  In
  4. other words, color n is transferred to newpal[n].
  5. */
  6. typedef BYTE PAL_TRANS[16];
  7.